home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / battutor.arc / TESTQ.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-05-05  |  384 b   |  14 lines

  1. echo off
  2. .                       testq.bat       quickie test for query
  3. :start
  4. echo  for query test, type y, n, esc, or another key for error
  5. query
  6. if errorlevel 2 echo error level was 2
  7. if errorlevel 1 echo error level was 1
  8. if errorlevel 0 echo error level was 0
  9. goto start
  10. level 1 goto b
  11. slash/ll/       Found MORE.COM file on drive A:
  12. goto continue
  13. :b
  14. slash/ll/